Name | Description | |
---|---|---|
![]() ![]() | MetafileLockObject | Used for locking code in different assemblies. |
The following tables list the members exposed by DocumentBase<PageType>.
Name | Description | |
---|---|---|
![]() ![]() | MetafileLockObject | Used for locking code in different assemblies. |
Name | Description | |
---|---|---|
![]() | Bookmarks | Gets a reference to the document's bookmarks. |
![]() | CacheToDiskEnabled | Gets or sets whether to make the pages collection use a temp file for the canvas item streams. |
![]() | CacheToDiskLocation | Gets or sets the location of CacheToDisk files - can be physical path or "IsolatedStorage" to use IsolatedStorage. |
![]() | InProgress | Gets or sets whether the document is currently loaded. |
![]() | Name | Gets or sets the name. |
![]() | Pages | Gets a reference to the page of the document. |
![]() | Password | Gets or sets a password to protect the saved document file. |
![]() | UserPreferences | Gets or sets the user preferences. |
Name | Description | |
---|---|---|
![]() | ClearFindTextSelection | Clears text selection. |
![]() | DisableCacheToDisk | Disables cache to disk. |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources. If you call dispose on this level that means that you are not suppose to use anything that is contained below this level. That means no pages, no fonts, etc. |
![]() | EnableCacheToDisk | Enables cache to disk. |
![]() | Find | Overloaded. Search for the specified character string. |
![]() | Load | Overloaded. Loads document from the specified System.IO.Stream. |
![]() | LoadFromUrl | Loads a document from the specified data path. |
![]() | Save | Overloaded. Saves document to the specified file. |
Name | Description | |
---|---|---|
![]() | LoadCompleted | Event occurs after all document pages are fully loaded. |
![]() | StateChanged | Event occurs when a change of state. |